home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1997 February / macformat-047.iso / Demos / Chiller Killers / Chiller / Chiller.DXR / 00032.ls < prev    next >
Encoding:
Text File  |  1996-11-28  |  289 b   |  16 lines

  1. on exitFrame
  2.   set the visible of sprite 44 to 0
  3.   put " " into field "display"
  4.   set the textSize of member "display" to 24
  5.   compose()
  6.   puppetSprite(1, 0)
  7.   puppetSound(7, 0)
  8.   updateStage()
  9.   if the lastClick > (15 * 60) then
  10.     shrink4()
  11.     go("f")
  12.   else
  13.     go("ea")
  14.   end if
  15. end
  16.